* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.Registro {

	width: 400px;
	background: rgb(0, 0, 0);
	padding: 30px;
	margin: auto;
	margin-top: 100px;
	border-radius: 4px;
}
.Registro h1 {
	font-size: 22px;
	margin-bottom: 20px;
}

.controls {
	width: 100%;
	background: white;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 16px;
	border: 1px solid green;
	font-size: 10px;
}

.Registro p {
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.Registro a:hover {
	color: white;
	text-decoration: underline;
}
.Registro .bottons {
	width: 100%;
	border: none;
	padding: 12px;
	margin: 16px 0;
	font-size: 16px;
}
